home *** CD-ROM | disk | FTP | other *** search
/ Leisure Game Pak / Leisure Game Pak.iso / lpgame1 / 89 / install.bat < prev    next >
DOS Batch File  |  1994-08-17  |  592b  |  22 lines

  1. echo off
  2. cls
  3. echo  
  4. echo     CHINESE CHECKERS INSTALLATION ROUTINE
  5. echo  
  6. echo     This routine does the following things:
  7. echo        1.  Creates the C:\CHINESE subdirectory
  8. echo        2.  Copies the needed files on your C: drive
  9. echo        3.  Runs the program
  10. echo  
  11. echo     To play Chinese Checkers from now on, enter
  12. echo     the command CHINESE at your C: prompt.
  13. echo  
  14. echo     (Press Ctrl-C or Ctrl-Break to Quit)
  15. pause
  16. md c:\chinese
  17. echo Copying files ...
  18. copy chinese.bat c:\ > nul
  19. copy *.exe c:\chinese /v  > nul
  20. copy *.wl  c:\chinese /v  > nul
  21. c:\chinese
  22.